.header{
  width: 100%;
  background: url(../image/bg-big.png) no-repeat center 100%;
  background-size: cover;
}
.header .bg .bg-center{
  height: 351px;
  background: url(../image/header_bg.png) no-repeat center center;
  }

.header>.nav {
  height: 60px;
  background: url('../image/heard_bar.png') no-repeat;
  background-size: cover;
}

.header>.nav .nav_header {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  position: relative;
}

.header>.nav .time {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.header>.nav .nav_header .search {
  display: none;
  width: 274px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.header>.nav .nav_header .search input {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding: 0 40px 0 10px;
  font-size: 14px;
  border: 2px solid #fcc87e;
  background: none;
}

.header>.nav .nav_header .search .search-btn img {
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
  cursor: pointer;
}


.nav_bar {
  background-color: #d70909;
  height: 60px;
}

.nav_bar>.nav {
  width: 1230px;
  margin: auto;
}

.nav_bar>.nav>li {
  float: left;
  line-height: 40px;
}
.nav_bar>.nav>li>a {
  font-size: 22px;
  color: #ffffff;
  padding:10px
}

.nav_bar>.nav>li>.active {
  color: #ffce6f;
}

.nav_bar>.nav>li :hover {
  background: rgba(0, 0, 0, .1);
}


input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #e4e4e4;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e4e4e4;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e4e4e4;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e4e4e4;
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #e4e4e4;
}


/* footer */
.footer {
  background-color: #bf001a;
  height: 210px;
  position: relative;
}

.footer div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.footer div p {
  /* font-size: 12px; */
  font-weight: 400;
  color: #ffffff;
}
.footer a{
  color:#fff
}
body,html {
  min-width: 1200px;
}
body {
  background-color: #FEF7ED;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
/* 隐藏 Chrome、Safari 和 Opera 的滚动条 */
body::-webkit-scrollbar {
  display: none;
}

.content {
  width: 100%;
}

.content_in {
  width: 1200px;
  margin: 0 auto;
}


.Breadcrumb {
  padding: 8px 50px;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 4px;
}
.Breadcrumb > li {
  display: inline-block;
}
.Breadcrumb > .active {
  color: #777777;
}

.divider {
  border-bottom: 1px solid #cccccc;
  margin: 95px 0 38px;
  height: 0;
}

a{color:#333}